home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Science / RLaB / help / help < prev    next >
Text File  |  1994-04-25  |  2KB  |  39 lines

  1. help:
  2.  
  3. Syntax:    help
  4.     help name
  5.  
  6. Description:
  7.  
  8.     help : Prints a list of available help files. Help first
  9.            prints out the help files in the default help file
  10.            directory. Next, the directories identified in the
  11.            environment variable RLAB_SEARCH_PATH are searched for
  12.            files ending in `.r' -- rfiles. A list of each
  13.            directory's rfiles is printed on the standard output.
  14.            
  15.     help name : Prints out the help file identified by name. If
  16.            name matches a file in the default help directory, that
  17.            file is paged to the standard output. If no match is
  18.            found, the directories identified in the environment
  19.            variable RLAB_SEARCH_PATH are searched for matches. The
  20.            first match is paged to the standard output. The rfile
  21.            extension (`.r') is not considered when checking for
  22.            matches.
  23.  
  24.     If the user's environment does not contain RLAB_SEARCH_PATH,
  25.     then the default search-path is used. The default is set at
  26.     compile time. Normally the default is ".", the current working
  27.     directory.
  28.  
  29.     Help is a command, not an expression or statement. Therefore,
  30.     it must be issued on a line by itself, and cannot occur in the
  31.     midst of another statement or expression. See `help COMMAND'.
  32.  
  33.     Help files that are spelled with uppercase letters contain
  34.     general information, or information on keywords. For instance,
  35.     `help MATRIX' provides general information about matrix usage,
  36.     `help IF' provides help on if statements.
  37.  
  38. See Also: COMMAND, KEYWORDS, rfile 
  39.